| Package | org.libspark.flartoolkit.core.rasterfilter.rgb2bin |
| Class | public class FLARRasterFilter_Threshold |
| Inheritance | FLARRasterFilter_Threshold Object |
| Implements | INyARRasterFilter_Rgb2Bin |
| Method | Defined By | ||
|---|---|---|---|
FLARRasterFilter_Threshold(i_threshold:int) | FLARRasterFilter_Threshold | ||
| FLARRasterFilter_Threshold | |||
setThreshold(i_threshold:int):void
画像を2値化するための閾値。暗点<=th<明点となります。
| FLARRasterFilter_Threshold | ||
| FLARRasterFilter_Threshold | () | Constructor |
public function FLARRasterFilter_Threshold(i_threshold:int)i_threshold:int |
| doFilter | () | method |
public function doFilter(i_input:INyARRgbRaster, i_output:NyARBinRaster):voidParameters
i_input:INyARRgbRaster | |
i_output:NyARBinRaster |
| setThreshold | () | method |
public function setThreshold(i_threshold:int):void画像を2値化するための閾値。暗点<=th<明点となります。
Parameters
i_threshold:int |